source

@get:JvmName(name = "getSource")
@set:JvmName(name = "setSource")
var source: Int
The address of the original sender for this message.
This field should _only_ be populated for reliable multihop packets (to keep
packets small).

fixed32 source = 5;